18 Results for:JDO

  • Sort by: 

What is the full form of JDBC?

By Cameron McKenzie 08 Nov 2022

Some argue the full form of JDBC is Java Database Connectivity, while others argue it is a trademarked term and doesn't actually stand for anything. So which side of the debate is right? Read More

Simplifying Domain Model Persistence in a J2EE application by using JDO

01 Feb 2003

This article describes how using Java Data Objects (JDO) [JDO] can avoid these problems and accelerate development. Read More

Hibernate vs. JDBC: How do these database APIs differ?

By Cameron McKenzie 28 Jun 2019

Don't overthink it. Hibernate and JDBC aren't the same thing. But how do these database APIs differ? Here's a brief history lesson and explainer to find out. Read More

Running a Web service on Google App Engine

21 Jul 2009

Google's App Engine for building Web applications in the cloud is beginning to support Java servlet-based Web services. It's still under development, but you can experiment using Eclipse support or command-line ... Read More

Slingshot Yourself Into DataNucleus 2.1 and JPA 2.0

10 Nov 2010

Slingshot Yourself Into DataNucleus 2.1 and JPA 2.0 with this Tutorial for RDBMS Read More

Testing a persistent domain model

01 Jun 2006

Some developers treat testing in the same way I treat flossing: It's a good idea but they either do it with great reluctance or not at all. Read More

Free Book: EJB Design Patterns

11 May 2006

EJB Design Patterns goes beyond high-level design pattern descriptions into critical EJB-specific implementation issues, illustrated with source code implementations. But remember, there are also some Evil Design ... Read More

Unit-Testing Hibernate With HSQLDB

01 Apr 2005

Unit-testing should have as few barriers as possible. For relational databases those barriers range from external dependencies to speed to keeping the relational schema synchronized with your object model. For ... Read More

Internationalized Data in Hibernate

12 Dec 2004

We've seen a few people using internationalized reference data where labels displayed in the user interface depend upon the user's language. It's not immediately obvious how to deal with this in Hibernate, and I've... Read More

High Scalable & Distributed Architecture with EJB & Spring Framework

29 Sep 2010

In an Enterprise world, Spring Framework with some standard ORM tool like Hibernate gained considerable acceptance as a light-weight architecture for mid size applications. Also in Java EE 5 specification, major ... Read More